home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / audio-cd-10-osax / AudioCDgh -- READ ME next >
Encoding:
Text File  |  1994-10-01  |  2.6 KB  |  64 lines  |  [TEXT/R*ch]

  1.                              AudioCDgh v. 1.0
  2.                                     by
  3.                               Glenn R. Howes
  4. =======================================================================
  5.  
  6. Description:
  7.  AudioCDgh is an AppleScript extension which gives Scriptors the
  8. ability to play mounted audio CDs. The CD player must use a driver which 
  9. uses the same interface as the the Apple CD ROM driver. This extension should
  10. be compatible with scripts written for the GTQ Programming Suite's "Audio Cd"
  11. extension.
  12.  
  13. Installation:
  14.  Place the AudioScript gh file into "Scripting Additions" folder of the 
  15. "Extensions" folder of the "System Folder". Remove the "Audio CD" 
  16.  extension if previously installed.
  17.  
  18. Useage:
  19.  Use the "Open Dictionary..." command of the Script Editor to examine the
  20. contents of the AudioCDgh file. I've included an example script which
  21. pretty much shows what can be done; open this with the Script Editor too.
  22.  
  23.  Some CD setups require you to use the same value for both the left & right
  24.  channels.
  25.  
  26.  Non-English speaking users might be interested in knowing that the name 
  27.  for the CD Remote Prefs file is in a STR# resource file inside the 
  28.  extension.
  29.  
  30. Bug Reports/Salutations/Feature Requests/Code Requests:
  31.  
  32. Glenn R. Howes
  33. 726 W. Main #301
  34. Madison, WI 53715
  35.  
  36. Internet: grhowes@students.wisc.edu
  37. =============================================================================
  38. Legal Stuff:
  39.   ScriptAudio gh is free for noncommercial distribution. If you want to 
  40. include this as a part of a package for which money is charged, please arrange
  41. terms with me first.
  42.  
  43. Warning:It is the users responsibility to guard against any damage that using
  44. this software might cause. Any damage is not my responsibility.
  45. =============================================================================
  46. I wrote this without the benefit of the AppleScript Developers kit; $110 
  47. (university price) seems a bit high for freeware weekend hacks, so its quite
  48. possible I've broken the odd rule here and there.
  49.  
  50. I started writing this extension before I was aware of the GTQ Audio CD 
  51. extension.
  52. =============================================================================
  53. Thanks to the writers of Tech Note DV 22 (Chris Brown, Neil Day & Brian Bechtel)
  54. where I got all the Apple CD Driver calls.
  55.  
  56. Thanks to the many people who tested this out and made suggestions which were
  57. incorporated into this extension's design.
  58.  
  59. Thanks to the University of North Dakota--Grand Forks for giving me a solid
  60. college education at a low cost to me. 
  61. Go Sioux.[The motto of the UND Law School?]
  62.  
  63. Compiled using the DR/4 C compiler of Codewarrior Gold.
  64.